1.1.2 • Published 5 years ago

hellobagus v1.1.2

Weekly downloads
10
License
-
Repository
-
Last release
5 years ago

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