Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/atherosai/ui/react-examples/components/

CardScrollSnap.tsx /cody/atherosai/ui/react-examples/components/CardScrollSnap.tsx
302 Views
0 Comments
import React, { useState } from 'react';

const CardScrollSnap = () => {
return (
<>
<div className='con
Container.tsx /cody/atherosai/ui/react-examples/components/Container.tsx
397 Views
0 Comments
import React from 'react';

const Container = ({ children }) => {
return <>
<span className='container'>

CustomRadio.tsx /cody/atherosai/ui/react-examples/components/CustomRadio.tsx
382 Views
0 Comments
import React from 'react';

const CustomRadio = () => {

}
CustomSliderRange.tsx /cody/atherosai/ui/react-examples/components/CustomSliderRange.tsx
338 Views
0 Comments
import React, { useState } from 'react';

const CustomRange = () => {
const [value, setValue] = useState(50);
return (

ProfileCard.tsx /cody/atherosai/ui/react-examples/components/ProfileCard.tsx
372 Views
0 Comments
import React from 'react';

export const ProfileCard = () => {
return (
<div className="card">
<div clas
ThemeButton.tsx /cody/atherosai/ui/react-examples/components/ThemeButton.tsx
354 Views
0 Comments
import React from 'react';
import classnames from 'classnames';
import s from '@components/ThemeSwitcher.module.scss';

const Th
ThemeSwitcher.module.scss /cody/atherosai/ui/react-examples/components/ThemeSwitcher.module.scss
336 Views
0 Comments
.theme-button {
background-color: #FFF;
color: #464A51;
border-radius: 8px;
display: flex;
align-items: cent
ThemeSwitcher.tsx /cody/atherosai/ui/react-examples/components/ThemeSwitcher.tsx
343 Views
0 Comments
import React, { useState } from 'react';
import classnames from 'classnames';
import s from '@components/ThemeSwitcher.module.sc
global.scss /cody/atherosai/ui/react-examples/components/global.scss
357 Views
0 Comments
body {
margin: 0;
font-family: 'Lato', sans-serif;
font-weight: 400;
}
notification-01 /cody/atherosai/ui/react-examples/components/notification-01/
1 Items
  • index.tsx