react-css-styler
This component is a lightweight, simple line style component.
Last updated 7 years ago by younkue .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install react-css-styler 
SYNC missed versions from official npm registry.

react-css-styler ???? npm version

This component is a lightweight, simple line style component.

Installation

npm install react-css-styler

How to use

import styled from "react-css-styler";

const Styler = styled("div", `
{
  border-radius: 50%;
}
* {
  width: 100%;
  height: 100%;
}
:host div {
  position: relative;
}
`);

render() {
  return (<Styler className="">
    <div></div>
  </Styler>);
}

Development

npm start

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.

License

MIT License

Copyright (c) 2019 Daybrush

Current Tags

  • 0.4.1                                ...           latest (6 years ago)

11 Versions

  • 0.4.1                                ...           6 years ago
  • 0.4.0                                ...           7 years ago
  • 0.3.4                                ...           7 years ago
  • 0.3.3                                ...           7 years ago
  • 0.3.2                                ...           7 years ago
  • 0.3.1                                ...           7 years ago
  • 0.3.0                                ...           7 years ago
  • 0.2.1                                ...           7 years ago
  • 0.2.0                                ...           7 years ago
  • 0.1.1                                ...           7 years ago
  • 0.1.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (6)
Dev Dependencies (6)

Copyright 2013 - present © cnpmjs.org | Home |