0.2.33 • Published 10 months ago

@bitwyre/ui-kit v0.2.33

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Bitwyre UI Kit

Bitwyre UI SDK Component that built in with tailwindcss and radix UI This component is created by our engineering also following design and web standards API. That using in our multi cross projects on our organization.

Getting started

You have the following options to get our Bitwyre UI Kit SDK:

  • Download the latest release with pre-built CSS and JS files.
  • Install with npm to get all source files as they are available on GitHub: npm install @bitwyre/ui-kit
  • Install with yarn to get all source files as they are available on GitHub: yarn add @bitwyre/ui-kit
  • Install with pnpm to get all source files as they are available on GitHub: pnpm add @bitwyre/ui-kit

Contributing

Finding bugs, sending pull requests or improving our docs - any contribution is welcome and highly appreciated. To get started, head over to our contribution guidelines. Thanks!

Usage.

First extend our library kit into your tailwind config

on tailwind.config.js

//tailwind.config.js
import BwTwConfig from "@bitwyre/ui-kit/tailwind.config";

module.exports = {
  ...BwTwConfig,
  content: [
    ...BwTwConfig.content,
    "./node_modules/@bitwyre/ui-kit/**/*.{js,ts,jsx,tsx}",
    //other plugins
  ],
  plugins: [
    ...BwTwConfig.plugins,
    //other plugins
  ],
};

on postcss.config.js

//postcss.config.js
module.exports = require("@bitwyre/ui-kit/postcss.config");

on entrypoint file

//in your App.tsx / route.tsx / index.tsx
import "@bitwyre/ui-kit/global.css";

and use it

import {Button} from "@bitwyre/ui-kit";

Browser Support

FirefoxSafariChromeEdgeOpera
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔

Copyright and License

Copyright by Bitwyre Technologies and Bitwyre Engineering Teams.

0.2.33

10 months ago

0.2.27

11 months ago

0.2.26

11 months ago

0.2.25

11 months ago

0.2.24

11 months ago

0.2.23

11 months ago

0.2.22

11 months ago

0.2.21

11 months ago

0.2.20

11 months ago

0.2.19

11 months ago

0.2.18

11 months ago

0.2.17

11 months ago

0.2.30

10 months ago

0.2.16

12 months ago

0.2.15

12 months ago

0.2.14

12 months ago

0.2.13

12 months ago

0.2.12

12 months ago

0.2.11

12 months ago

0.2.32

10 months ago

0.2.10

12 months ago

0.2.31

10 months ago

0.2.29

10 months ago

0.2.28

11 months ago

0.2.9

12 months ago

0.2.8

12 months ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago