0.1.16 • Published 5 years ago

solarxui v0.1.16

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago