https://github.com/edertxodev/namaste-framework
React styling framework
https://github.com/edertxodev/namaste-framework
Last synced: 11 months ago
JSON representation
React styling framework
- Host: GitHub
- URL: https://github.com/edertxodev/namaste-framework
- Owner: edertxodev
- Created: 2019-10-16T08:48:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T16:02:53.000Z (over 6 years ago)
- Last Synced: 2025-07-27T02:26:41.623Z (12 months ago)
- Language: TypeScript
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# namaste-framework
>
[](https://www.npmjs.com/package/namaste-framework) [](https://standardjs.com) [](https://travis-ci.org/edertxodw/namaste-framework)
## Third party libraries
* [react-dropdown](https://github.com/fraserxu/react-dropdown) by [@fraserxu](https://github.com/fraserxu)
## Install
```bash
npm install --save namaste-framework
```
```bash
yarn add namaste-framework
```
## Usage
```tsx
import * as React from 'react'
import MyComponent from 'namaste-framework'
class Example extends React.Component {
render () {
return (
)
}
}
```
## License
MIT © [edertxodw](https://github.com/edertxodw)