hellobagus
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Features

  • Beautiful, generic components that you can make your own.
  • Responsive and accessible.
  • A fully customizable theme, which includes a dark and light mode.
  • Fully typed for use with Typescript.
  • Support for tree shaking. Bundle only those components that you need.
  • Included components: Alert, Avatar, Badge, Breadcrumbs, Button, Collapse, Container, Dialog, Divider, Form (and inputs), IconButton, Icons, Layer, Link, List, Menu, Navbar, Popover, Sheet, Spinner, Table, Tabs, Text, Toast, Toolbar, Tooltip, amongst others.

Getting started

Install HelloBagus and Emotion using yarn or npm:

yarn add hellobagus @emotion/core @emotion/css

And import your desired components into your React project.

import { Button } from "hellobagus";

function MyApp() {
  return <Button>Hello world</Button>;
}

License

MIT

/hellobagus/

    Package Sidebar

    Install

    npm i hellobagus

    Weekly Downloads

    5

    Version

    1.1.2

    License

    none

    Unpacked Size

    1.99 MB

    Total Files

    1449

    Last publish

    Collaborators

    • hellobagus