File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,24 @@ title: Interact with Binary Numbers!
55
66import Number from ' ../components/glue/EmbeddableNumber.svelte' ;
77import Color from ' ../components/glue/EmbeddableColor.svelte' ;
8+ import CIDR from ' ../components/glue/EmbeddableCIDR.svelte' ;
89
9- This is [ Bit Visualizer] ( ./toys/bit-visualizer ) .
10+ This is [ Bit Visualizer] ( ./toys/bit-visualizer )
1011
1112<div class = " mt-7" >
1213 <Number client :visible />
1314</div >
1415
15- Below is [ True Color Picker] ( ./toys/color ) .
16+ Below is [ True Color Picker] ( ./toys/color )
1617
1718<div class = " my-7" >
1819 <Color client :visible />
1920</div >
2021
21- And more will come!
22+ And [ IPv4 CIDR Calculator] ( ./toys/ipv4 )
23+
24+ <div class = " my-7" >
25+ <CIDR client :visible />
26+ </div >
27+
28+ And [ more] ( ./toys ) will come!
You can’t perform that action at this time.
0 commit comments