A Batteries included React Component Library by Raven bank.
npm install raven-bank-uiThis is a lightweight component library for Raven Bank , visit the website "Raven bank" for more.
``bash`
npm install raven-bank-ui --save-dev
or
`bash`
yarn add -D raven-bank-ui
Add RavenButton for example to your component:
`js
import React from 'react'
import ReactDOM from 'react-dom/client'
import { RavenButton } from 'raven-bank-ui'
const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement)
root.render(
My Raven Button
)
``
[npm-url]: https://www.npmjs.com/package/raven-bank-ui
[npm-image]: https://img.shields.io/npm/v/my-react-typescript-package
[github-license]: https://img.shields.io/github/license/gapon2401/my-react-typescript-package
[github-license-url]: https://github.com/gapon2401/my-react-typescript-package/blob/master/LICENSE
[github-build]: https://github.com/gapon2401/my-react-typescript-package/actions/workflows/publish.yml/badge.svg
[github-build-url]: https://github.com/gapon2401/my-react-typescript-package/actions/workflows/publish.yml
[npm-typescript]: https://img.shields.io/npm/types/my-react-typescript-package