0.1.35 • Published 3 years ago

dublinio-react v0.1.35

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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!");
      }}
  />
0.1.32

3 years ago

0.1.33

3 years ago

0.1.34

3 years ago

0.1.35

3 years ago

0.1.29

3 years ago

0.1.27

3 years ago

0.1.24

3 years ago

0.1.25

3 years ago

0.1.26

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.22

3 years ago

0.1.23

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.19

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago