1.0.12 • Published 5 years ago

sol-ui v1.0.12

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

⚡️ sol-ui

A React component library built with React Semantic UI and CSS Modules.

This project is in early development.

NPM JavaScript Style Guide

Install

yarn add sol-ui

or

npm install --save sol-ui

Usage

import React from "react";
import { Button, Segment } from "sol-ui";
import "sol-ui/dist/index.css";

import "./styles.scss";

export default function App() {
  return (
    <div className="App">
      <Segment>
        <Button content="Save" />
      </Segment>
    </div>
  );
}

Components

  • Segment
  • Button
  • List
  • Flex

... more to come.

License

MIT © jasonmelgoza

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago