tuix-design
v1.0.3
Published
<h1 align="center"> tuix-design </h1>
Downloads
3
Maintainers
Readme
🚀 Quick start
Install tuix-design with your favorite package manager
# install tuix-design npm install tuix-design
# install tuix-design yarn add tuix-design
Now you are ready to go
import {Button} from "tuix-design" const Home = ()=>{ return ( <Flex justify="center" gap={5} col> <Box height={100} bg="red"></Box> <Box height={100} bg="blue"></Box> <Box height={100} bg="red"></Box> </Flex> ); }
learn more