Components
Ink provides a set of basic components to build the UI. These components are rendered natively using Skia.
Basic Components
- View: The fundamental container component.
- Text: Used for displaying text.
- Image: Used for displaying images.
- Button: A clickable button component.
Future Roadmap
- ScrollView
- Input
- Video
- Canvas