0.1.19 ā€¢ Published 2 years ago

e-react-ui v0.1.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

e-react-ui

Experiment to create a React component library based on šŸ’…šŸ¾ styled-components. There are some examples at https://ecelis.github.io/e-react-ui/

Edit ecstatic-fog-5r7pb0

Features

  • Grid system
  • Autocomplete searchbox
  • Buttons
  • Calendar (WIP #10)
  • Container with overflow control
  • List

Install

npm install --save styled-components e-react-ui

Usage

In a new create-react-app use the code below in src/App.js and run npm start.

āš ļø IMPORTANT! Do NOT FORGET to add <GlobalStyle /> in you App entrypoint react component as sibling of components created with e-react-ui.

import logo from './logo.svg';
import './App.css';
import { GlobalStyle, Button } from 'e-react-ui/dist';
import GlobalStyles from 'e-react-ui/dist/components/globalStyles';

function App() {
  return (
    <div className="App">
      <GlobalStyle />
      <header className="App-header">
        <img src={logo} className="App-logo" alt="logo" />
        <p>
          Edit <code>src/App.js</code> and save to reload.
        </p>
        <Button label="Click Me" />
      </header>
    </div>
  );
}

export default App;
0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago