dublinio-react

0.1.35 • Public • Published

Getting Started with Dublinio React

How to install

npm install dublinio-react

dublinio-react is a set of React components that follow the Dublinio web design palette. Check out our documentation site for live examples.

Required Knowledge

You will need some knowledge of reactjs to use this component library. If you don't yet understand reactjs head over to reactjs documentation and start learning!

Usage

Unlike many component libraries you do not need to provide a theme object. Simply import the components as you wish.

  import { Button } from "dublinio-react";

  <Button
      text="My button"
      type="button"
      loading
      onClick={() => {
            console.log("you clicked the button!");
      }}
  />

Package Sidebar

Install

npm i dublinio-react

Weekly Downloads

1

Version

0.1.35

License

none

Unpacked Size

35.3 kB

Total Files

17

Last publish

Collaborators

  • michaelcj10