Module
VISX.Util.SVG.Gradient
- Package
- purescript-visx
- Repository
- i-am-the-slime/purescript-visx
#LinearGradientProps Source
type LinearGradientProps :: Row Type
type LinearGradientProps = LinearGradientRequiredProps (rotate :: String)
#LinearGradientRequiredProps Source
type LinearGradientRequiredProps :: Row Type -> Row Type
type LinearGradientRequiredProps r = (from :: String, id :: String, to :: String | r)
#gradientDarkgreenGreen Source
gradientDarkgreenGreen :: forall a. ReactComponent { id :: String | a }
#gradientLightgreenGreen Source
gradientLightgreenGreen :: forall a. ReactComponent { id :: String | a }
#gradientOrangeRed Source
gradientOrangeRed :: forall a. ReactComponent { id :: String | a }
#gradientPinkBlue Source
gradientPinkBlue :: forall a. ReactComponent { id :: String | a }
#gradientPinkRed Source
gradientPinkRed :: forall a. ReactComponent { id :: String | a }
#gradientPurpleOrange Source
gradientPurpleOrange :: forall a. ReactComponent { id :: String | a }
#gradientPurpleRed Source
gradientPurpleRed :: forall a. ReactComponent { id :: String | a }
#gradientPurpleTeal Source
gradientPurpleTeal :: forall a. ReactComponent { id :: String | a }
#gradientSteelPurple Source
gradientSteelPurple :: forall a. ReactComponent { id :: String | a }
#gradientTealBlue Source
gradientTealBlue :: forall a. ReactComponent { id :: String | a }
#linearGradient Source
linearGradient :: forall attrs attrs_. Union attrs attrs_ LinearGradientProps => ReactComponent (Record (LinearGradientRequiredProps attrs))
#radialGradient Source
radialGradient :: forall a. ReactComponent { from :: String, id :: String, rotate :: String, to :: String | a }
- Modules
- D3.
Format - D3.
TimeFormat - Topojson.
Client - VISX.
Annotation - VISX.
Axis - VISX.
Curve - VISX.
FFI - VISX.
Glyph - VISX.
Grid - VISX.
Interaction. Brush - VISX.
Interaction. Drag - VISX.
Interaction. Voronoi - VISX.
Interaction. Zoom - VISX.
Layout. Chord - VISX.
Layout. Geo - VISX.
Layout. Heatmap - VISX.
Layout. Hierarchy - VISX.
Layout. Network - VISX.
Layout. Stats - VISX.
Layout. Threshold - VISX.
Layout. XYChart - VISX.
Legend - VISX.
Marker - VISX.
Scale - VISX.
Shape - VISX.
Tooltip - VISX.
Util. Data. Bounds - VISX.
Util. Data. MockData - VISX.
Util. Data. Point - VISX.
Util. Data. Responsive - VISX.
Util. SVG. ClipPath - VISX.
Util. SVG. Event - VISX.
Util. SVG. Gradient - VISX.
Util. SVG. Group - VISX.
Util. SVG. Pattern