1.1.0-beta.2 • Published 9 months ago

2ani-ui v1.1.0-beta.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 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

9 months ago

1.1.0-beta.2

9 months ago

1.1.0-beta.1

9 months ago

1.0.2

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.9-beta.9

9 months ago

1.0.9-beta.7

9 months ago

1.0.9-beta.8

9 months ago

1.0.9-beta.1

10 months ago

1.0.9-beta.2

10 months ago

1.0.9-beta.5

10 months ago

1.0.9-beta.6

9 months ago

1.0.9-beta.3

10 months ago

1.0.9-beta.4

10 months ago

1.0.2-beta.2

10 months ago

1.0.2-beta.3

10 months ago

1.0.2-beta.6

10 months ago

1.0.1-beta.6

10 months ago

1.0.1-beta.5

10 months ago

1.0.2-beta.4

10 months ago

1.0.2-beta.5

10 months ago

1.0.1-beta.8

10 months ago

1.0.1-beta.7

10 months ago

1.0.1-beta.4

10 months ago

1.0.1-beta.3

10 months ago

1.0.1-beta.2

10 months ago

1.0.1-beta

10 months ago

1.0.0

11 months ago