-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from c8r/docs-copy-edits
Docs copy edits
- Loading branch information
Showing
3 changed files
with
72 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,51 @@ | ||
--- | ||
title: Compositor Iso Demo | ||
--- | ||
<Hero> | ||
<Heading fontSize={7}> | ||
Hello | ||
</Heading> | ||
<Text | ||
fontSize={3} | ||
mb={4} | ||
> | ||
Welcome to Iso, a prototyping environment for Lab UI components. | ||
</Text> | ||
<Button> | ||
Click Me | ||
</Button> | ||
</Hero> | ||
<Container> | ||
<Flex | ||
mx={-3} | ||
wrap | ||
> | ||
<Box | ||
mb={4} | ||
px={3} | ||
width={[ | ||
1, | ||
0.5 | ||
]} | ||
> | ||
<Subhead> | ||
Lab Sync | ||
</Subhead> | ||
<Text> | ||
Compositor Iso syncs with Lab to show real-time updates to components and design system constants and themes. | ||
</Text> | ||
</Box> | ||
<Box | ||
mb={4} | ||
px={3} | ||
width={[ | ||
1, | ||
0.5 | ||
]} | ||
> | ||
<Subhead> | ||
Zero Setup | ||
</Subhead> | ||
<Text> | ||
Prototype and build pages without the need to open up terminal or spend any time setting up development servers. | ||
</Text> | ||
</Box> | ||
<Box | ||
mb={4} | ||
px={3} | ||
width={[ | ||
1, | ||
0.5 | ||
]} | ||
> | ||
<Subhead> | ||
Export HTML | ||
</Subhead> | ||
<Text> | ||
Use Iso to quickly build prototypes or static HTML pages using components built with Lab. | ||
</Text> | ||
</Box> | ||
<Box | ||
mb={4} | ||
px={3} | ||
width={[ | ||
1, | ||
0.5 | ||
]} | ||
> | ||
<Subhead> | ||
One-Click Publishing | ||
</Subhead> | ||
<Text> | ||
Quickly share ideas with your team using the built-in publishing service. | ||
</Text> | ||
</Box> | ||
</Flex> | ||
</Container> | ||
<Heading | ||
fontSize={7}> | ||
Hello | ||
</Heading> | ||
<Text fontSize={3} mb={4}> | ||
Welcome to Iso, a prototyping environment for Lab UI components. | ||
</Text> | ||
<Button> | ||
Click Me | ||
</Button> | ||
</Hero> | ||
<Container> | ||
<Flex wrap mx={-3}> | ||
<Box px={3} mb={4} width={[ 1, 1/2 ]}> | ||
<Subhead> | ||
Lab Sync | ||
</Subhead> | ||
<Text> | ||
Iso syncs with Lab to show real-time updates to components and themes. | ||
</Text> | ||
</Box> | ||
<Box px={3} mb={4} width={[ 1, 1/2 ]}> | ||
<Subhead> | ||
Zero Setup | ||
</Subhead> | ||
<Text> | ||
Prototype and build pages without the need to open up terminal or spend any time setting up development servers. | ||
</Text> | ||
</Box> | ||
<Box px={3} mb={4} width={[ 1, 1/2 ]}> | ||
<Subhead> | ||
Export HTML | ||
</Subhead> | ||
<Text> | ||
Use Iso to quickly build prototypes or static HTML pages using components built with Lab. | ||
</Text> | ||
</Box> | ||
<Box px={3} mb={4} width={[ 1, 1/2 ]}> | ||
<Subhead> | ||
One-Click Publishing | ||
</Subhead> | ||
<Text> | ||
Quickly share ideas with your team using the built-in publishing service. | ||
</Text> | ||
</Box> | ||
</Flex> | ||
</Container> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters