@bkbank-ui/react
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

BK Bank UI

Bk Bank UI is a set of accessible pre-styled React components, guidelines, and resources used to create a consistent visual experience for BK Bank products.

Storybook

Check out the Storybook here

Features

  • Accessible components with Radix UI
  • Component styling with Tailwind CSS

Getting Started

Make sure you have Tailwind CSS installed in your project.

Installation

pnpm add @bkbank-ui/react
npm install @bkbank-ui/react
yarn add @bkbank-ui/react

Setup

/** @type {import('tailwindcss').Config} */
module.exports = {
  presets: [require('@bkbank-ui/react/preset')],
  content: [
    './node_modules/@bkbank-ui/react/dist/**/*.js',
    // Add your content globs here
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}

Usage

import { Button } from '@bkbank-ui/react'

export default function App() {
  return <Button>Click me</Button>
}

Documentation

Issues

If you find a bug, please file an issue on our issue tracker on GitHub.

License

github.com

Acknowledgements

Authors

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.2-beta.60beta
0.0.110latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.110
0.0.100
0.0.90
0.0.80
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.2-beta.60
0.0.2-beta.50
0.0.2-beta.40
0.0.2-beta.30
0.0.2-beta.20
0.0.2-beta.10
0.0.2-beta.00
0.0.10
0.0.00

Package Sidebar

Install

npm i @bkbank-ui/react

Weekly Downloads

0

Version

0.0.11

License

MIT

Unpacked Size

183 kB

Total Files

8

Last publish

Collaborators

  • joao.zaniolo