2.0.0 • Published 5 years ago

@temirtator/beeline-ui v2.0.0

Weekly downloads
-
License
GNU General Publi...
Repository
github
Last release
5 years ago

beeline-ui

I've created this module for using beeline design system in a more comfort way, also this module can help to other React Native developers to build their UI.

npm npm NPM

Installation

Use the package manager npm to install package.

npm install @temirtator/beeline-ui

Usage

const removeSpaces = require("@temirtator/beeline-ui");

removeSpaces("So much space!");
//=> "Somuchspace!"

removeSpaces(1337);
//=> Uncaught TypeError: Function wants a string!
//    at removeSpaces (<anonymous>:2:41)
//    at <anonymous>:1:1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

GNU General Public License v3.0