Skip to content

v0.13.3

Latest
Compare
Choose a tag to compare
@ryanespin ryanespin released this 09 Jul 19:46
  • πŸ•΅οΈβ€β™€οΈ Introducing <Hideable />, a quick way to hide things from the DOM
    • withHideable decorator also available for your own components
    • isHidden prop available on all grape-ui components.
  • πŸ“ Introducing <Progress />, our progress bar
    • Can be linear or circular
    • Can be determinate, indeterminate, or custom value controlled
    • showProgress prop now available on:
      • <Box>
      • <Flex>
      • <Card>
      • <Toolbar>
      • <Table>
      • <Button>
  • ⭐️ leadingIcon are now available on <Button />.