<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jeekwar</title>
    <description>The latest articles on DEV Community by jeekwar (@jeekwar).</description>
    <link>https://dev.to/jeekwar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F993876%2Ff1840974-ebfe-4de7-9c92-4d89059f85a5.jpg</url>
      <title>DEV Community: jeekwar</title>
      <link>https://dev.to/jeekwar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeekwar"/>
    <language>en</language>
    <item>
      <title>Mantine simple responsive component attribute</title>
      <dc:creator>jeekwar</dc:creator>
      <pubDate>Thu, 29 Jun 2023 07:47:40 +0000</pubDate>
      <link>https://dev.to/jeekwar/mantine-simple-responsive-component-attribute-2pgg</link>
      <guid>https://dev.to/jeekwar/mantine-simple-responsive-component-attribute-2pgg</guid>
      <description>&lt;p&gt;Hello there, i want to share how to write an attribute with simple responsive using mantine. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;simple responsive attribute component&lt;/strong&gt; support breakpoint property (&lt;strong&gt;xs, sm, md, lg, xl&lt;/strong&gt;), using &lt;strong&gt;simple responsive attribute component&lt;/strong&gt; is by creating an object.&lt;/p&gt;

&lt;p&gt;here's the example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;Text fz={{ base: 32, lg: 48 }} weight={600}&amp;gt; Lorem ipsum dolor &amp;lt;/Text&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Following the above there is an attribute called fz that represent font size, each of the breakpoint property active when the width of the viewport is met, property &lt;strong&gt;base&lt;/strong&gt; is use when another property breakpoints (&lt;strong&gt;xs, sm, md, lg, xl&lt;/strong&gt;) are not met.&lt;/p&gt;

&lt;p&gt;Now, you can easily set responsive component in mantine.&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>ui</category>
      <category>mantine</category>
      <category>react</category>
    </item>
  </channel>
</rss>
