Skip to content

Latest commit

 

History

History

svg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@react-x/svg

npm npm npm

Adds cross-platform SVG support for ReactDOM and React Native. This package bundles up the great react-primitives-svg library to be used in the react-x ecosystem.

Getting Started

Install @react-x/svg using yarn:

yarn add @react-x/svg

Usage

import SVG, {Circle, Rect, Line} from '@react-x/svg';

Contributing

If you have any ideas on how this module could be better, create an Issue or submit a PR.