ExtActivitySingle

src/components/activity-single/activity-single.jsx

ExtActivitySingle example:

St. Kevins to the hairpin and up the Blvd.
71
TSS
1.18
Variability Index
711.3
Kilojoules
164
Nomalized Power
138.8
Average Power
51
Suffer Score
793.1
Calories
1:25
Moving Time
28.3
Distance
402
Elevation
Ride
Type
Gear
Mountain

This component is still in active development. This is used in Weekly Activity Stats to display a single activity.

See test/data-apiv1-activities-1-week.json for data shape.

ExtAppBar

src/components/app-bar/app-bar.jsx

ExtAppBar example:

A Race athlete blog

ExtBarChartBox

src/components/bar-chart-box/bar-chart-box.jsx

ExtBarChartBox example:

Imports

import { Bar, BarChart, XAxis, YAxis, CartesianGrid, Tooltip } from 'recharts';

573
TSS
070911130150300450600

This is used in Weekly Activity Stats. It is a highly customized visualization specifically for the data shape it represents.

See test/data-apiv1-activities-1-week.json for data shape.

ExtCardSimple

src/components/card/card.jsx

ExtCardSimple example:

Simple Card using <Typography /> type="body1" className={classes.title}

This is a type="headline" component="h2" in Typography}

while this is a type="body1" class="pos"

and this is a lowly component="p"

ExtColorBox

src/components/colorbox/colorbox.jsx

ExtColorBox example:

Imports

import Paper from 'material-ui/Paper';

import Grid from 'material-ui/Grid';

import Card, { CardContent } from 'material-ui/Card';

Red

600: '#aa0000'
700: '#910000'
800: '#770000'
900: '#5e0000'

Used for displaying a pallet object as color cards.

ExtDivSimpleText

src/components/div-simple-text/div-simple-text.jsx

ExtDivSimpleText example:

Simple Text Div

ExtFooter

src/components/footer/footer.jsx

ExtFooter example:

Imports

import { withStyles } from 'material-ui/styles';

© 2025 rcrsv.com

This app came about because I wanted to use it. It is a labor of love and suffering, much like cycling.

Powered By Strava

© 2025 araceathlete.com

JSS: Uses compose to combine classes

Geolocation

src/components/geolocation/geolocation.jsx

ExtGeolocation example:

noGeolocation set so not location is requested for styleguide visitors.

Imports

None

Latitude: 37.40732840164027
Longitude: -122.25696518263857
Latitude: 39.28756
Longitude: -120.19987

Lat and Lng are given to this component from Parent.

ExtGridItem

src/components/grid-item/grid-item.jsx

ExtGridItem

ExtIcon

src/components/icon/icon.jsx

ExtIcon example:

Imports

import classNames from 'classnames';

import { withStyles } from 'material-ui/styles';

import TestIcon from './test-icon';

import Icon from 'mdi-react/Icon';

Get Icons from materialdesignicons.com

JSS: This file shows use of a nested rule. See &$inverse.

ARAIcon

src/components/icon/test-icon.jsx

ExtIcon example:

Imports

import classNames from 'classnames';

import { withStyles } from 'material-ui/styles';

import TestIcon from './test-icon';

import Icon from 'mdi-react/Icon';

Get Icons from materialdesignicons.com

JSS: This file shows use of a nested rule. See &$inverse.

ExtLayoutSimple

src/components/layout-simple/layout-simple.jsx

ExtLayoutSimple example:

<no options>
svgIcon={ReactIcon}

size="xs"
svgIcon={ReactIcon}

color="primary"
size="sm"
svgIcon={ReactIcon}

color="secondary"
pointer
size="md"
svgIcon={ReactIcon}

color="primary"
inverse
size="lg"
svgIcon={MenuIcon}

color="secondary"
inverse
size="xl"
svgIcon={AutoFixIcon}

<no options>
<no icon>

size="xs"
inverse
<no icon>

color="primary"
size="sm"
<no icon>

color="secondary"
pointer size="md"
<no icon>

color="primary"
inverse size="lg"
<no icon>

color="secondary"
inverse size="xl"
<no icon>

ExtLoading

src/components/loading/loading.jsx

ExtLoading example:

ExtMapPin

src/components/map-pin/map-pin.jsx

ExtMapPin example:

Imports

import FaMapPin from 'react-icons/lib/fa/map-pin';
import theme from '../../styles/theme';
import style from './style';

Lat and Lng are given to this component when combined with google-map-react
and is sized and margin to land on the correct location.
Without this, the pin would be low and to the right.

ExtMetricLabel

src/components/metric-label/metric-label.jsx

ExtMetricLabel example:

542
Power
Elevation
3524

TagArray

src/components/tag-array/tag-array.jsx

TagArray example:

cookies
eat
friends
new

TagBar

src/components/tag-bar/tag-bar.jsx

TagBar example:

No tags

Tags as strings

cookies
eat
friends
new

Tags as an array

cookies
eat
friends
new

Closing tag

car

TagSingle

src/components/tag-single/tag-single.jsx

TagSingle example:

No tag

Single tag

car
0