0.0.10 • Published 5 years ago

use-css v0.0.10

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

 

install

npm install use-css

 

usage

import useCSS from 'use-css'

function Oopsy(props) {
  const className = useCSS(`
    font-size: 21px;
    font-style: italic;
    color: ${props.color};
    &:hover {
      font-weight: bold;
    }
  `)

  return <div className={className}>because why not?</div>
}

render(<Oopsy color="green" />)

 

but why?

funsies

like it?

:star: this repo

 

license

MIT © siddharthkp

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1-security

5 years ago