This component is a lightweight, simple line style component for react.
npm install react-css-styledThis component is a lightweight, simple line style component.
``sh`
npm install react-css-styledHow to use
`jsx
import styled from "react-css-styled";
const Styler = styled("div",
{
border-radius: 50%;
}
* {
width: 100%;
height: 100%;
}
:host div {
position: relative;
});
render() {
return (
}
`Development
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
`
MIT License
Copyright (c) 2019 Daybrush
``