1.0.9 • Published 2 years ago

hugo-rc v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Hugo React Components

Save my components build with React & tailwind.css

previews

Install

# npm
$ npm install hugo-rc

# yarn
$ yarn add hugo-rc

Example

import 'hugo-rc/tailwind.generated.css'
import React from 'react'
import { Button } from 'hugo-rc'

export const ClickMe = () => {
  return (
    <Button onClick={() => console.log('click me')}>
      CLICK ME
    </Button>
  )
}
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago