1.0.15 • Published 8 months ago

@nwrks/uikit v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@nwrks/uikit

A simple, harmonized React.js components toolkit for building powerful apps.

Installation

Install via npm:

npm i --save @nwrks/uikit

Check the latest version on NPM.

Usage

Wrap your main React component with AppActivity:

import React from 'react';
import { AppActivity } from '@nwrks/uikit';

function App () {
  return (
    <AppActivity theme={'Light'}>
      {/*  Your components goes here */}
    </AppActivity>
  );
}

export default App;

Example

import React from 'react';

import { Button, AppActivity } from '@nwrks/uikit';

function App () {
  return (
    <AppActivity theme={'Light'}>
      <Button color="Primary">Click Me</Button>
    </AppActivity>
  );
}

export default App;

Storybook

Launch Storybook to view and test components:

npm run storybook

Contributing

Fork the repo at nukaworks/toolkits/UiKit, create a branch, and submit a pull request.

Need more?

Go on our developer documentation center and checkout UiKit, you can find more documentation, code example and support.

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

0.225.11

1 year ago

0.225.10

1 year ago

0.225.9

1 year ago

0.225.8

1 year ago

0.225.5

1 year ago

0.225.4

1 year ago

0.225.3

1 year ago

0.225.2

1 year ago

0.225.1

1 year ago

0.225.0

1 year ago