1.8.1 • Published 1 year ago

swiftlyui v1.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

A lightweight, accessible and responsive react component library for your next project.

SwiftlyUI (In development)

A lightweight, accessible and responsive react component library for your next project.

Master Branch CICD GitHub commits since latest release (by date) for a branch GitHub Release Date npm version

Installation

npm:

npm install swiftlyui

yarn:

yarn add swiftlyui

Getting started with SwiftlyUI

index.css Needs to be imported in your project for swiftlyUI's styles to be applied to each of the components. index.css needs to be imported once in the project, it is recommended that swiftlyui/index.css is imported at the base of your project.

import React from 'react';
import { Button } from 'swiftlyui'
import 'swiftlyui/index.css'

function App(){
  return (
    <Button 
      className="swiftlyButton" 
      buttonColor="#fff" 
      contentColor="#123" 
      onClick={() => console.log('clicked')}
    >
      Click me!
    </Button>)
}

Documentation

Docs Hosting

Online Hosting

Running documents locally

We use storybook for local docs!

yarn storybook

Roadmap

Future plans for the library are to fill Swiftly-UI with more accessible components that help developers build out their projects more quickly

License

This project is licensed under the terms of the MIT License

1.8.1

1 year ago

1.8.0

1 year ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago