ad-bulma-react
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

AD Bulma React

🚨  this still a work in progress;

Install

npm i ad-bulma-react
or
yarn add ad-bulma-react

Adding bulma styles

src/index.scss

@use "~/node_modules/bulma/bulma.sass";

Usage

import { Button } from 'ad-bulma-react';

const App = () => {
  return (
    <div className="App">
      <Button variant='is-success'>my button</Button>
    </div>
  );
};

export default App;

Readme

Keywords

Package Sidebar

Install

npm i ad-bulma-react

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

10.8 kB

Total Files

32

Last publish

Collaborators

  • adonismartin