mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Add text component
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
describe('Text test suite', () => {});
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
import { Wrapper } from './styles';
|
||||||
|
|
||||||
|
const Text = () => {
|
||||||
|
return <Wrapper></Wrapper>;
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Text;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
import styled from 'styled-components';
|
||||||
|
|
||||||
|
export const Wrapper = styled.div``;
|
||||||
Reference in New Issue
Block a user