react-lightning-components

react component ui library

Usage no npm install needed!

<script type="module">
  import reactLightningComponents from 'https://cdn.skypack.dev/react-lightning-components';
</script>

README

lightning logo

lightning
circleCi code style: prettier

The Super component library


Install

npm install --save react-lightning-components

Usage

import React, { Component } from 'react'

import MyComponent from 'lightning'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © vitormalencar