npm.io
0.0.8 • Published 4 years ago

tester101

Licence
MIT
Version
0.0.8
Deps
1
Size
91 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated




Magic Looks

Magical - Build With Magic



Magic Looks is a very lightweight, blazing-fast and flexible React CSS-in-JS library that comes with css auto-complete features.



Installation

npm install magic-looks

or

yarn add magic-looks

Usage

import { styled } from 'magic-looks'
const MagicButton = styled("button")`
  color: red;
  padding: 5px 15px;
  background-color: #7290ff;
  border-radius: ${(props) => props.size}px;
`;

export const App = () =>
{
    return (
        <MagicButton size={9999}>
            Merlin Button
        </MagicButton>
    )
}

Keywords