imbabala
v0.1.14
Published
[![CircleCI](https://circleci.com/gh/zbisj/imbabala/tree/main.svg?style=svg)](https://circleci.com/gh/zbisj/imbabala/tree/main)
Downloads
5
Readme
Imbabala
About
Imbabala is South African (Xhosa, Zulu, Hlubi) word meaning a bushbuck (Tragelaphus scriptus) is a common and a widespread species of antelope in Sub-Saharan Africa. Bushbuck are found in a wide range of habitats, such as rain forests, montane forests, forest-savanna mosaic, savanna, bushveld and woodland.[3] Bushbuck stand about 90 centimetres (35 in) at the shoulder and weigh from 45 to 80 kilograms (99 to 176 lb). They are generally solitary, territorial browsers.
I named this library Imbabala becuase it my family's (Dlomo) totem and it is a beautiful animal with subtle features and its is independent, fast and agile.
Install
In the project directory, you can run:
yarn
yarn add imbabala
npm
npm install imbabala
Usage
Here is a quick example to get you started:
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from "imbabala";
function App() {
return <Button label="Hello World" variant="primary" />;
}
ReactDOM.render(<App />, document.querySelector('#app'));
Examples
I am yet to deploy a examples website.
Documentation
I am yet to deploy a documentation website.
Contributing
Although my plans are to open-source this project at this point I have not yet create a set of guidelines for contributors. If anyone is intrested in doing that they can fork and create a pull request.
Changelog
If you have recently updated, please read the changelog for details of what has changed.
Roadmap
A roadmap for the future plans and high priority features and enhancements is yet to be created.
License
This project is licensed under the terms of the MIT license.