0.0.1 • Published 4 months ago

@react-scoped-css-reset/destyle v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@react-scoped-css-reset/destyle

This is a scoped CSS reset React component using destyle.css.

Installation

npm install @react-scoped-css-reset/destyle

Usage

import DestyleCSS from '@react-scoped-css-reset/destyle'

function MyComponent() {
  return (
    <DestyleCSS>
      {/* Your component content goes here */}
    </DestyleCSS>
  )
}