Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alancleyton/awesome-ui

[WIP] Awesome UI components using tailwindCSS for React Apps 🚀
https://github.com/alancleyton/awesome-ui

List: awesome-ui

react reactjs rollup storybook tailwindcss testing-library typescript vite vitest

Last synced: about 1 month ago
JSON representation

[WIP] Awesome UI components using tailwindCSS for React Apps 🚀

Awesome Lists containing this project

README

        


Awesome UI ✨



A Awesome React component library based on Tailwind CSS




GitHub License


GitHub Actions Workflow Status


GitHub Release






This lib provides ready-to-use, accessible, reusable, and composable
React UI components based on the [Tailwind CSS](https://tailwindcss.com/) framework utility classes.

## Installation

```sh
# with Yarn
$ yarn add @alancleyton67/awesome-ui

# with npm
$ npm i @alancleyton67/awesome-ui
```

## Usage

1. To start using the components, on your application entry point, import the CSS file.

```jsx
// Do this at the root of your application
import '@alancleyton67/awesome-ui/dist/index.css';
```

2. Start using the components in your application

```jsx
import { Button } from '@alancleyton67/awesome-ui';

const App = () => {
const onPress = () => alert('On pressed!')



info button


};

export default App;
```

## License

MIT