1.1.0-beta.2 • Published 11 months ago

2ani-ui v1.1.0-beta.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Welcome to 2ANI UI ⚡️

All Contributors

  • Works out of the box. 2ani UI contains a set of polished React components that work out of the box.

  • Flexible & composable. 2ani UI components are built on top of a React UI Primitive for endless composability.

  • Accessible. 2ani UI components follows the WAI-ARIA guidelines specifications.

  • Dark Mode 😍: All components are dark mode compatible.

Looking for the documentation?

https://ui.ani2am.me/

Jointly develop the project

https://github.com/fo-nhan/2ani-ui

Installing 2ani UI

⚡️2ANI UI is made up of multiple components and tools which you can import one by one. All you need to do is install the @2ani-ui package:

$ yarn add 2ani-ui
# or
$ npm install --save 2ani-ui

Getting set up

To start using the components, please follow these steps:

  1. Wrap your application in a ThemeProvider provided by 2ani-ui
import { UI2aniContext } from "2ani-ui";

const App = ({ children }) => (
  <UI2aniContext>
    <div>{children}</div>
  </UI2aniContext>
);
  1. Import styles provided by 2ani-ui
import '2ani-ui/src/styles/config.css';

const App = ({ children }) => (
  <UI2aniContext>
    <div>{children}</div>
  </UI2aniContext>
);
  1. Now you can start using components like so!:
import { Button } from "2ani-ui";

const App = () => <Button>I just consumed some 2ANI UI!</Button>;
1.1.0

11 months ago

1.1.0-beta.2

11 months ago

1.1.0-beta.1

11 months ago

1.0.2

1 year ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.9-beta.9

12 months ago

1.0.9-beta.7

12 months ago

1.0.9-beta.8

12 months ago

1.0.9-beta.1

12 months ago

1.0.9-beta.2

12 months ago

1.0.9-beta.5

12 months ago

1.0.9-beta.6

12 months ago

1.0.9-beta.3

12 months ago

1.0.9-beta.4

12 months ago

1.0.2-beta.2

1 year ago

1.0.2-beta.3

1 year ago

1.0.2-beta.6

12 months ago

1.0.1-beta.6

1 year ago

1.0.1-beta.5

1 year ago

1.0.2-beta.4

1 year ago

1.0.2-beta.5

12 months ago

1.0.1-beta.8

1 year ago

1.0.1-beta.7

1 year ago

1.0.1-beta.4

1 year ago

1.0.1-beta.3

1 year ago

1.0.1-beta.2

1 year ago

1.0.1-beta

1 year ago

1.0.0

1 year ago