@attlr/ui-components
v0.2.0
Published
Attlr UI components for your react native projects
Downloads
46
Readme
Attlr UI Components
Attlr UI Components is a collection of reusable components for building react native applications with an option to only add the components you need to your project.
Installation
npm install @attlr/ui-components
We recommend using our CLI to install the components you only need.
Usage
import { AButton } from '@attlr-ui/ui-components'
const App = () => {
return (
<AButton
fill="solid"
loadingColor="red"
size="lg"
iconRight={<AntDesign name="upcircle" size={24} color="white" />}
icon
onPress={() => console.log('Button clicked')}>
<AButtonText variant="default">Click</AButtonText>
</AButton>
)
}
Documentation
You can find the documentation here
Contributing
We are open to contributions, get started by reading our contributing guide
Made with ❤️ by Attlr