1.1.10 • Published 5 days ago

@abw/badger-react-ui v1.1.10

Weekly downloads
-
License
ISC
Repository
github
Last release
5 days ago

Badger React UI

This is a collection of React UI components using the Badger CSS styles.

Documentation Website

See the website for documentation and demonstrations.

https://abw.github.io/badger-react-ui/

Getting Started

Add the @abw/badger-react-ui module to your project using your favourite package manager.

## using npm
$ npm add @abw/badger-react-ui

## using yarn
$ yarn add @abw/badger-react-ui

## using pnpm
$ pnpm add @abw/badger-react-ui

You can then import the CSS file into your site or application. You'll also need to import the Badger CSS stylesheet.

For example, to import it into a React app running under Vite, Next.js, etc., you can import the stylesheets directly into your application.

import '@abw/badger-css/styles/badger.min.css';
import '@abw/badger-react-ui/styles/badger-react-ui.min.css';

If you're using SASS / SCSS then you can import the main SCSS source file into your stylesheet.

@import '@abw/badger-css/styles/badger.scss';
@import '@abw/badger-react-ui/styles/badger-react-ui.scss';

Notes for Maintainers

Check out the repository.

$ git clone https://github.com/abw/badger-react-ui.git
$ cd badger-react-ui

Install the dependencies.

$ pnpm install

To run the development server.

$ pnpm dev

To build for production.

$ pnpm build

To build the documentation.

$ pnpm build:docs

To preview the documentation.

$ pnpm preview

Check source code for formatting errors.

$ pnpm lint

Author

Andy Wardley

1.1.10

5 days ago

1.1.9

5 days ago

1.1.8

6 days ago

1.1.7

6 days ago

1.1.6

7 days ago

1.1.5

10 days ago

1.1.4

11 days ago

1.1.3

13 days ago

1.1.2

13 days ago

1.1.1

13 days ago

1.1.0

14 days ago

1.0.15

16 days ago

1.0.14

17 days ago

1.0.13

18 days ago

1.0.12

18 days ago

1.0.11

20 days ago

1.0.9

22 days ago

1.0.8

23 days ago

1.0.10

22 days ago

1.0.7

25 days ago

1.0.6

26 days ago

1.0.2

28 days ago

1.0.5

27 days ago

1.0.4

27 days ago

1.0.3

27 days ago

1.0.0

29 days ago

0.2.6

1 month ago

0.2.3

1 month ago

0.2.2

1 month ago

0.2.5

1 month ago

0.2.4

1 month ago

0.2.1

1 month ago

0.2.0

1 month ago

0.1.2

1 month ago

0.1.1

1 month ago

0.1.0

2 months ago

0.0.16

2 months ago

0.0.17

2 months ago

0.0.15

3 months ago

0.0.14

3 months ago

0.0.13

3 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.12

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.3

5 months ago

0.0.4

5 months ago

0.0.2

5 months ago

0.0.1

6 months ago