1.10.0 • Published 1 year ago

@dlarroder/playground v1.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

playground

NPM Downloads

playground is a React component component library, as the name suggest, this will serve as my playground where I can show off some of the cool component ideas I have and will be available for the public to use via npm.

Installing playground

To use playground components, all you need to do is install the @dlarroder/playground package

$ yarn add @dlarroder/playground

# or

$ npm i @dlarroder/playground

Usage

To start using the components, please follow these steps:

  1. Import stylesheets manually
import '@dlarroder/playground/dist/styles.css'
  1. Now you can start using components like so
import { useState } from 'react'
import { Switch } from '@dlarroder/playground'

function Example() {
  const [checked, setChecked] = useState(false)

  return <Switch checked={checked} onChange={setChecked} />
}

Looking for the documentation?

You can visit the full list of components here -- https://playground.dalelarroder.com/

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago

0.0.30

2 years ago

0.0.29

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago