0.0.16 • Published 3 months ago
haaams-ui v0.0.16
Haaams-Ui
this is some component from ilse31
list component support you can see in Storybook This component on development, i will create the storybook soon
If you found a bug, please create issue on my repository and then you can fix them
Usage/Examples
import "haaams-ui/dist/style.css";
function App() {
const [count, setCount] = useState(0);
return (
<>
<Text className='text-white' variant='h1'>
Vite + React
</Text>
<Button size='lg' variant='ghost' onClick={Fn()}>
count is {count}
</Button>
</>
);
}