0.2.0 • Published 1 year ago
@attlr/ui-components v0.2.0
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
License
0.1.4-alpha.0
1 year ago
0.2.0
1 year ago
0.1.3-alpha.0
1 year ago
0.1.2-alpha.0
1 year ago
0.0.5-alpha.0
1 year ago
0.1.1-alpha.0
1 year ago
0.1.0
1 year ago
0.0.4-alpha.0
1 year ago
0.0.3-alpha.0
1 year ago
0.0.2-alpha.0
1 year ago
0.0.1
1 year ago
0.0.2-0
1 year ago
0.0.1-beta.4
1 year ago
0.0.1-beta.3
1 year ago
0.0.1-beta.1
1 year ago