https://github.com/red-shank/redshank
https://github.com/red-shank/redshank
react-native ui ui-components
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/red-shank/redshank
- Owner: red-shank
- Created: 2022-10-12T19:13:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T01:23:26.000Z (over 1 year ago)
- Last Synced: 2025-02-10T09:05:16.123Z (over 1 year ago)
- Topics: react-native, ui, ui-components
- Language: TypeScript
- Homepage: https://www.redshank.app
- Size: 35.2 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @redshank/native
The objective of this project is to create a complete and advanced framework such as Antd for the web, I want to be able to offer a set of reusable components that are native and beautiful in such a way that we all love to use it in our projects
# Documentation
[Documentation](https://www.redshank.app) under construction, launch scheduled for November 30, 2022.
## Installation
```sh
npm install @redshank/native
```
# Usage
Make sure you have react-native>=0.65.0
## Documentation
Documentation [here](https://redshank.app)

## Code Example
```js
import {
Button,
Space,
Text,
ThemeProvider,
} from '@redshank/native';
export default function App() {
// automic dark mode
return (
Buttons
Default buttons
Primary
Success
Warning
Error
Circle buttons
Primary
Success
Warning
Error
Custom color buttons
Magenta
Orangered
Green
Purple
);
}
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT