innerface
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Innerface

Innerface is a library of generic UI atoms and components.

It consists of modular SASS styles and vanilla TypeScript, designed to be minimal, themable, and embeddable.

Install

yarn add innerface

Use

Styles

// Define variables

$prefix: "i-"; // Leave empty for global
$base-font-size: 14px;

@import "innerface/base";

// Import components

@import "innerface/components/slider";

Scripts

import innerface from 'innerface'
import slider from 'innerface/slider'

innerface.use(slider)

Develop this library

Install dependencies

yarn

Develop: Watch files; Recompile, type check and test on changes

yarn dev

Build

yarn build

Publish to NPM

npm run release

Readme

Keywords

none

Package Sidebar

Install

npm i innerface

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

1.81 MB

Total Files

58

Last publish

Collaborators

  • eliot