0.0.2 • Published 2 years ago

@stuart/ui v0.0.2

Weekly downloads
40
License
ISC
Repository
github
Last release
2 years ago

Stuart UI (BETA)

Stuart's UI library of React.js components

Warning: work in progress

This package is in active development and in beta stage, so it may have errors. The bundle is not minified and includes the source maps for better debugging, which makes it quite big. Incident reports have been disabled until the package is out of beta and ready for official release (v 1.x.x).

How to use

import React from "react";
import { SwitchInput, TextInput } from "@stuart/ui"

function App() {
  return (
    <form>
      <div>
        <SwitchInput value={false} />
        <SwitchInput value={true} />
      </div>
      <div>
        <TextInput placeholder="Text input" />
      </div>
    </form>
  );
}

export default App;

Form components are "uncontrolled", which means the state management must be implemented on top.

List of components

0.1.0-beta.3

2 years ago

0.1.0-beta.2

2 years ago

0.1.0-beta.1

2 years ago

0.0.3-beta.8

3 years ago

0.0.3-beta.7

3 years ago

0.0.3-beta.6

3 years ago

0.0.3-beta.5

3 years ago

0.0.3-beta.3

3 years ago

0.0.3-beta.4

3 years ago

0.0.3-beta.2

3 years ago

0.0.3-beta.1

3 years ago

0.0.3-beta.0

3 years ago

0.0.2-beta.3

4 years ago

0.0.2-beta.4

4 years ago

0.0.2-beta.5

4 years ago

0.0.2-beta.0

4 years ago

0.0.2-beta.1

4 years ago

0.0.2-beta.2

4 years ago

0.0.0

4 years ago

0.0.3

4 years ago

0.0.2

3 years ago

0.0.1

4 years ago