0.1.12 • Published 4 years ago

absui-core v0.1.12

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

absui-core

Absolute UI Core Library Bundle for React

NPM JavaScript Style Guide

Install

npm install --save absui-core

Usage

import React from 'react'
import { FlexRowEven, MenuIcon, NewWindowIcon, DoneIcon, useTheme } from 'absui-core'
import 'absui-core/dist/index.css'
const App = () => {
  const { theme, screenSize } = useTheme({ spacing: "xs", color: "rustic", variant: 1 })
  return (
    <FlexRowEven>
      <MenuIcon fill={theme?.color?.variants?.basePrimary} size={screenSize} />
      <NewWindowIcon fill={theme?.color?.variants?.basePrimary} size={screenSize} />
      <DoneIcon fill={theme?.color?.variants?.basePrimary} size={screenSize} />
    </FlexRowEven>
  )
}
export default App

Check the docs folder for more example

Powered By

License

MIT © abschill

0.1.12

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.81

4 years ago

0.0.95

4 years ago

0.0.91

4 years ago

0.0.92

4 years ago

0.0.93

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.699

4 years ago

0.0.698

4 years ago

0.0.697

4 years ago

0.0.696

4 years ago

0.0.695

4 years ago

0.0.694

4 years ago

0.0.693

4 years ago

0.0.692

4 years ago

0.0.691

4 years ago

0.0.69

4 years ago

0.0.68

4 years ago

0.0.67

4 years ago

0.0.66

4 years ago

0.0.65

4 years ago

0.0.64

4 years ago

0.0.63

4 years ago

0.0.62

4 years ago

0.0.61

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago