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

0.1.59 • Public • Published

grubbe-ui

grubbe UI

React version Current Version gbb Next Version gbb

Get Started

GbbUI is a reusable component library that helps grubbe developers build UIs faster. The goal is to make building durable UIs more productive and satisfying.

Install

Add gbbUI to your project.

npm install --save @grubbe/ui
# or
yarn add @grubbe/ui

Usage

Import global styles into the index (.js | .ts)

import { global as gbbUI } from "@grubbe/ui";
const { GlobalStyle } = gbbUI

...
// Inside of ReactDOM

<GlobalStyle />

adding @grubbe/ui you can import a gbb component to any file

// App.js
import "./App.css";
import { H1, Button } from "@grubbe/ui";

function App() {
  return (
    <div className="App">
        <H1>Hello grubbe!</H1>
        <Button>Press here...</Button>
    </div>
  );
}

export default App;

Browsers support

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

Readme

Keywords

none

Package Sidebar

Install

npm i @grubbe/ui

Homepage

grubbe.io/ui

Weekly Downloads

1

Version

0.1.59

License

MIT

Unpacked Size

1.07 MB

Total Files

68

Last publish

Collaborators

  • grubbe