0.0.16 • Published 3 months ago

haaams-ui v0.0.16

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

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>
    </>
  );
}
0.0.16

3 months ago

0.0.15

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.0

1 year ago