0.1.16 • Published 6 years ago

solarxui v0.1.16

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

solorxui

Storybook style: styled-components Typed with TypeScript License: MIT Build Status

React UI Framework with S.O.L.A.R Design System

Design System

View Complete Design System

Development

Run storybook

npm run dev

Build Githuh Page

npm run build:demo

Build Library

npm run build

Setup

In header section

<link href="https://fonts.googleapis.com/css?family=Prompt:300,400&display=swap&subset=thai" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sarabun:300,700&display=swap&subset=thai" rel="stylesheet">

In React App

import React from 'react'
import { SolarXUIStylesheet } from 'solarxui'

const App = () => (
    <>
        <SolarXUIStyleSheet />
        <div>Your App</div>
    </>
)
0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago