reactnative-visual
  • @dormakaba/digital-reactnative-visual
  • Getting started
  • Changelog
  • Components
    • Avatar
    • Button
    • Card
    • Checkbox / Radio
    • Icons
    • IconButton
    • Image Cropper
    • Page, Row, Col
    • List, ListItem
    • Modal
    • Notification
    • QR Code Reader
    • Select
    • Snack
    • Swipeable
    • Textfield
    • Typography: H1, P, Label, Hint, Text
  • Page Templates
    • Animated Login View
    • Login Area View
    • Animated Panel List
    • Animated Avatar View
  • Misc
    • Colors
    • VisualProvider
  • Show Cases
    • exivo
Powered by GitBook
On this page
  • Preview
  • Code Sample
  • Props
  1. Components

Icons

Based on the official dormakaba iconset...

PreviousCheckbox / RadioNextIconButton

Last updated 6 years ago

Preview

Code Sample

import { Icon } from '@dormakaba/digital-reactnative-visual'

<Icon
  name='icon-news'
  large
  success
/>

Props

Name

Type

Description

name

string

name of the icon to display

*

boolean

change size using: xlarge, large, small (default medium)

*

boolean

set color using: success, warning, error, info, gray, white, highlight (default textGray)

size

integer

custom size

style

object

style override

colors and sizes
variation of existing icons