Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowpact/snowpact-ui
https://github.com/snowpact/snowpact-ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowpact/snowpact-ui
- Owner: snowpact
- Created: 2022-10-14T15:38:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T14:34:02.000Z (about 1 year ago)
- Last Synced: 2024-04-25T04:01:29.887Z (8 months ago)
- Language: TypeScript
- Size: 10.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Free and open-source Tailwind react UI library
[ [See all components](https://daisyui.com/components/) ]
# snowflake UI
## Preamble
The reason of the existance of this repository is because we needed a way to speed up the website creation on our team.
We used [Flowbite](https://flowbite.com/), but we needed some different features, so we forked this repository into a new one.
We have a lot of works to do, migrating all components and adding others.## Installation
To install Snowflake, use the following command:
````
yarn add snowpact-ui
````## Usage
After installing Snowflake, you can import it into your React project and start using its components.
Example usage:
```javascript
import React from 'react';
import { Button } from 'snowpact-ui';function App() {
return (
Click Here
);
}export default App;
```## Components
The Snowflake 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.