hellointernet-ui
v1.3.0
Published
Welcome to HelloInternet-UI, your easy-to-use React component library! This is our internal library at [snowpact](https://snowpact.com/). It was first forked from [Flowbite](https://flowbite.com/).
Downloads
6
Maintainers
Readme
HelloInternet-UI Library for React
Welcome to HelloInternet-UI, your easy-to-use React component library! This is our internal library at snowpact. It was first forked from Flowbite.
Installation
To install HelloInternet-UI, use the following command:
yarn add hellointernet-ui
Usage
After installing HelloInternet-UI, you can import it into your React project and start using its components.
Example usage:
import React from 'react';
import { Button } from 'hellointernet-ui';
function App() {
return (
<Button>Click Here</Button>
);
}
export default App;
Components
The HelloInternet-UI library offers a variety of components such as:
- Buttons
- Forms
- Cards
- etc.
Check the documentation for more information on the available components and how to use them.
Documentation
What you need to define
- Theme colors in tailwind file
- input styles and .block styles on global css
- For section uses tailwind
container
classname
License
In construction.