Complete select component

This commit is contained in:
Hazem Krimi
2021-04-20 23:23:55 +01:00
parent 52fd3b3be3
commit d4434d03dd
3 changed files with 281 additions and 4 deletions
+3 -1
View File
@@ -3,5 +3,7 @@ import Box from './Box';
import Text from './Text';
import Link from './Link';
import Input from './Input';
import TextArea from './TextArea';
import Select from './Select';
export { Button, Box, Text, Link, Input };
export { Button, Box, Text, Link, Input, TextArea, Select };